home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CompuServe CD 495W
/
Compuserve XTreme Edition 495W.iso
/
shopping
/
toyota
/
toyota.dir
/
00093.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-08-09
|
214 b
|
11 lines
on exitFrame
global gPlayBoolean
if (gPlayBoolean = 1) and (the timer > 120) and (soundBusy(1) = 0) then
set the timer to 0
go(the frame + 1)
else
go(the frame)
trafficRollover()
end if
end